home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- puppetSprite(6, 1)
- set switch to random(3)
- if switch = 1 then
- set foo to random(8)
- set the ink of sprite 6 to foo
- updateStage()
- else
- if switch = 2 then
- set foo to random(8) + 31
- set the ink of sprite 6 to foo
- updateStage()
- else
- puppetSprite(6, 0)
- puppetSprite(7, 1)
- set rcolor to random(255)
- set the foreColor of sprite 7 to rcolor
- set foo to random(8)
- set the ink of sprite 7 to foo
- updateStage()
- end if
- end if
- end
-